home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / MacQForth 1.0 / documentation / More Plugs < prev    next >
Encoding:
Text File  |  1995-03-03  |  2.5 KB  |  57 lines  |  [TEXT/ALFA]

  1.  
  2. More plugs
  3. ----------
  4.  
  5.  
  6. I love programming in Forth!  I've written a pair of Forth based 
  7. applications that are available on the Internet and wanted to let you 
  8. know a bit about them.  Both were written in Pocket Forth (see Other 
  9. Systems) and are freeware.
  10.  
  11.  
  12.  
  13. Fractal Lab Kit
  14. ---------------
  15.  
  16.   ftp mac.archive.umich.edu in /mac/graphics/fractal
  17.   
  18.   Fractal Lab Kit is a simple command based system for drawing a wide 
  19.   variety of fractal images via IFS (Iterated Function Systems).  This is 
  20.   not a sealed application but makes use of the Forth interpreter and 
  21.   defines for you a suite of words that can be easily combined to draw 
  22.   fractal images.  It includes documentation that will teach the basics 
  23.   of fractals, teach what IFS is and does, and provide all necessary 
  24.   information for using the program.  It also includes a mouse driven 
  25.   shell to make working with fractals more convenient.  Some dozen or so 
  26.   fractals are provided and the program will calculate new fractals.  An 
  27.   update might be in the works which will make it easier to create new 
  28.   fractals and will enhance and expand the manual.  A neat demo of what 
  29.   can be done with the program is included.  If you use it and love it 
  30.   let me know!  I wrote it for those who want to play around with 
  31.   fractal images and to give them the freedom to try their ideas.
  32.   
  33.   
  34.   
  35. MDP80 microcomputer simulator
  36. -----------------------------
  37.  
  38.   ftp mac.archive.umich.edu in /mac/development/languages
  39.   
  40.   MDP80 is a small microcomputer simulator running the mythical MDP-8008 
  41.   microprocessor (8-bit).  It has 14k of RAM and a 2k monitor ROM running 
  42.   a monitor program that is written entirely in MDP-8008 assembly code, 
  43.   unlike MacQForth, where the monitor is really Mops code.  This is a 
  44.   sealed application, i.e. you cannot reach the Forth interpreter.  An 
  45.   MDP-8008 assembler is included (alas, written in Modula-2, not Forth :( 
  46.   as is the source code for the monitor program and a few other 
  47.   programs.  I include extensive documentation on how to use the simulator 
  48.   and assembler.  I re-wrote the assembler (still Modula-2) and never 
  49.   quite finished it but it was running twice as fast as the original so I 
  50.   might complete it someday and update the program.  I've also toyed with 
  51.   implementing a _very_ small Forth in MDP-8008 and using it as a 
  52.   pedagogical tool for discussing program design.
  53.   
  54.   
  55. If you try either of these programs and have questions please let me 
  56. know!  See the READ ME FIRST file for my email and snail mail addresses.
  57.